setCheckMarkDrawable

Sets the check mark to the drawable with the specified resource ID.

When this view is checked, the drawable's state set will include state_checked.

Parameters

resId

the resource identifier of drawable to use as the check mark

See also


open fun setCheckMarkDrawable(@Nullable d: @Nullable Drawable)(source)

Set the check mark to the specified drawable.

When this view is checked, the drawable's state set will include state_checked.

Parameters

d

the drawable to use for the check mark

See also